home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / _winfile / winman / script / base / proprint.wms < prev    next >
Encoding:
INI File  |  1994-04-12  |  699 b   |  29 lines

  1. [Header]
  2. Name=PROPRINT.WMS
  3. Alias=HP LaserJet II
  4. Author=BrainWare / R.Schallberger
  5. Date_Written=11.4.94
  6. Changed_By=
  7. Changed_At=
  8. Change_Reason=
  9. Version=1
  10.  
  11. [Install]
  12.  if file '%PrinterFlags%\proprint.cnf' then goto INSTNORM
  13.  
  14. :INSTFLAG
  15.  md '%PrinterFlags%'
  16.  file create '%PrinterFlags%\proprint.cnf'
  17.  file write 'IBM Proprinter'
  18.  file close
  19.  
  20. :INSTNORM
  21.  iniwrite 'devices' 'IBM Proprinter' 'PROPRINT,LPT1:'
  22.  iniwrite 'PrinterPorts' 'IBM Proprinter' 'PROPRINT,LPT1:,15,45'
  23.  iniwrite 'IBM Proprinter,LPT1' 'Paper Size' '9'
  24.  
  25. [Uninstall]
  26.  iniwrite 'devices' 'IBM Proprinter' {nil}
  27.  iniwrite 'PrinterPorts' 'IBM Proprinter' {nil}
  28.  iniwrite 'IBM Proprinter,LPT1' 'Paper Size' {nil}
  29.